projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76aea5a
)
(autoload-ensure-default-file): insert
author
David Kastrup
<dak@gnu.org>
Sun, 15 Dec 2002 22:40:03 +0000
(22:40 +0000)
committer
David Kastrup
<dak@gnu.org>
Sun, 15 Dec 2002 22:40:03 +0000
(22:40 +0000)
missing space in file end comment.
lisp/emacs-lisp/autoload.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/autoload.el
b/lisp/emacs-lisp/autoload.el
index 497103c5248391a07b93179bd4ed087e2f48a260..8f479416c9dce29f7219b7c8b2fe76d217d3485c 100644
(file)
--- a/
lisp/emacs-lisp/autoload.el
+++ b/
lisp/emacs-lisp/autoload.el
@@
-227,7
+227,7
@@
put the output in."
";; no-update-autoloads: t\n"
";; End:\n"
";;; " (file-name-nondirectory file)
- "ends here\n")
+ "
ends here\n")
nil file))
file)